FrameScheduledNavigationEvent

data class FrameScheduledNavigationEvent(frameId: FrameId, delay: Double, reason: ClientNavigationReason, url: String) : Event

Fired when frame schedules a potential navigation.

Constructors

FrameScheduledNavigationEvent
Link copied to clipboard
fun FrameScheduledNavigationEvent(frameId: FrameId, delay: Double, reason: ClientNavigationReason, url: String)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

delay
Link copied to clipboard
val delay: Double
Delay (in seconds) until the navigation is scheduled to begin.
frameId
Link copied to clipboard
val frameId: FrameId
Id of the frame that has scheduled a navigation.
reason
Link copied to clipboard
val reason: ClientNavigationReason
The reason for the navigation.
url
Link copied to clipboard
val url: String
The destination URL for the scheduled navigation.

Sources

jvm source
Link copied to clipboard